[INFO] fetching crate waddling-errors 0.7.3...
[INFO] fixing waddling-errors-0.7.3 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate waddling-errors 0.7.3 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate waddling-errors 0.7.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate waddling-errors 0.7.3
[INFO] tweaked toml for crates.io crate waddling-errors 0.7.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate waddling-errors 0.7.3 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate waddling-errors 0.7.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded zmij v1.0.2
[INFO] [stderr]   Downloaded dtor v0.1.1
[INFO] [stderr]   Downloaded ctor v0.6.3
[INFO] [stderr]   Downloaded waddling-errors-hash v0.7.3
[INFO] [stderr]   Downloaded waddling-errors-macros v0.7.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 9efe34a208d97da304875ace7b68af76b4b3704cb74c38cbd1cfa47bd8ee9c36
[INFO] running `Command { std: "docker" "start" "9efe34a208d97da304875ace7b68af76b4b3704cb74c38cbd1cfa47bd8ee9c36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9efe34a208d97da304875ace7b68af76b4b3704cb74c38cbd1cfa47bd8ee9c36" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9efe34a208d97da304875ace7b68af76b4b3704cb74c38cbd1cfa47bd8ee9c36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "9efe34a208d97da304875ace7b68af76b4b3704cb74c38cbd1cfa47bd8ee9c36" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling zmij v1.0.2
[INFO] [stderr]    Compiling xxhash-rust v0.8.15
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling waddling-errors-hash v0.7.3
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling waddling-errors-macros v0.7.3
[INFO] [stderr]     Checking waddling-errors v0.7.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `waddling_errors::doc_generator`
[INFO] [stdout]    --> examples/global_config_demo.rs:33:29
[INFO] [stdout]     |
[INFO] [stdout]  33 | use waddling_errors::{Code, doc_generator::DocRegistry, traits::Role};
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ could not find `doc_generator` in `waddling_errors`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 155 | #[cfg(feature = "doc-gen")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `doc-gen` feature
[INFO] [stdout] 156 | pub mod doc_generator;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Component` is never used
[INFO] [stdout]   --> examples/compile_time_metadata.rs:11:6
[INFO] [stdout]    |
[INFO] [stdout] 11 | enum Component {
[INFO] [stdout]    |      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Primary` is never used
[INFO] [stdout]   --> examples/compile_time_metadata.rs:22:6
[INFO] [stdout]    |
[INFO] [stdout] 22 | enum Primary {
[INFO] [stdout]    |      ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `ERR_TOKEN_MISSING` is never used
[INFO] [stdout]   --> examples/compile_time_metadata.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 | const ERR_TOKEN_MISSING: Code<Component, Primary> =
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `waddling-errors` (example "global_config_demo") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0432]: unresolved import `waddling_errors::doc_generator`
[INFO] [stdout]    --> examples/html_customization_demo.rs:6:22
[INFO] [stdout]     |
[INFO] [stdout]   6 | use waddling_errors::doc_generator::{DocRegistry, HtmlCustomization, HtmlRenderer};
[INFO] [stdout]     |                      ^^^^^^^^^^^^^ could not find `doc_generator` in `waddling_errors`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:156:9
[INFO] [stdout]     |
[INFO] [stdout] 155 | #[cfg(feature = "doc-gen")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `doc-gen` feature
[INFO] [stdout] 156 | pub mod doc_generator;
[INFO] [stdout]     |         ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `waddling-errors` (example "html_customization_demo") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "9efe34a208d97da304875ace7b68af76b4b3704cb74c38cbd1cfa47bd8ee9c36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9efe34a208d97da304875ace7b68af76b4b3704cb74c38cbd1cfa47bd8ee9c36", kill_on_drop: false }`
[INFO] [stdout] 9efe34a208d97da304875ace7b68af76b4b3704cb74c38cbd1cfa47bd8ee9c36
